home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000334_icurmtdude@yahoo.com_Wed Oct 22 14:37:25 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: icurmtdude@yahoo.com (icurmt)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: DSR off ...
  5. Date: 22 Oct 2003 09:23:51 -0700
  6. Organization: http://groups.google.com
  7. Lines: 51
  8. Message-ID: <cf6cc183.0310220823.40a26f6a@posting.google.com>
  9. References: <cf6cc183.0310211334.2b68926b@posting.google.com> <slrnbpbcob.co2.fdc@sesame.cc.columbia.edu> <8ce22d01.0310211755.5aeb83f8@posting.google.com>
  10. NNTP-Posting-Host: 24.213.204.113
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1066839831 16197 127.0.0.1 (22 Oct 2003 16:23:51 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Wed, 22 Oct 2003 16:23:51 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14587
  17.  
  18. Am I right to assume that kermit ignores any incoming messages/data if
  19. the DSR pin is off. If that's truely the case then can I get
  20. help/pointer to the exact source file so that I can change it to
  21. ignore DSR status and still log the data.
  22.  
  23. Thanks.
  24.  
  25.  
  26.  
  27.  
  28. JDanSkinner@JDanSkinner.com (Dan Skinner) wrote in message news:<8ce22d01.0310211755.5aeb83f8@posting.google.com>...
  29. > Frank da Cruz <fdc@columbia.edu> wrote in message news:<slrnbpbcob.co2.fdc@sesame.cc.columbia.edu>...
  30. > > In article <cf6cc183.0310211334.2b68926b@posting.google.com>, icurmt wrote:
  31. > > : I wasn't able to communicate successfully between two devices using
  32. > > : RS232. The show comm parameters are as under:
  33. > > : 
  34. > > : /dev/ttyS0, speed:19200, mode:local, modem:none
  35. > > : flow:rts/cts, carrier-watch:off
  36. > > : 
  37. > > : CD:off, DSR:off, CTS:On, RI:off, DTR: on, RTS:on
  38. > > : 
  39. > > : However, on another machine, where the communication worked, I had the
  40. > > : exact same comm parameters as above except that DSR was ON.
  41. > > : 
  42. > > : I was wondering if through kermit can I control the DSR and set it to
  43. > > : 'On' so that communication works fine.
  44. > > : 
  45. > > DSR is an *incoming* signal so Kermit can't control it.  You'll need to
  46. > > rig up your cable to supply it; e.g.  Wire local or remote DTR back to DSR.
  47. > > 
  48. > > - Frank
  49. > Tried and true null modem cable 25 pin D connectors
  50. > 1 ----- 1
  51. > 2 ----- 3     2 twisted pair cable 1 and 7 separate pairs
  52. > 3 ----- 2
  53. > 7 ----- 7
  54. > 4 -| |- 4   4 & 5 jumpered in each head
  55. > 5 -| |- 5
  56. > 6 -| |- 6    6 - 8 &  20 jumpered in each head
  57. > 8 -| |- 8
  58. > 20-| |-20
  59. > Use xon xoff protocol.
  60. > 9 pin connectors do literal translation but my memory won't recall
  61. > the pin numbers.
  62. > Regards...Dan
  63.